gtk-demo: Cosmetics
authorMatthias Clasen <mclasen@redhat.com>
Sun, 7 Jun 2020 02:05:52 +0000 (22:05 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 7 Jun 2020 02:05:52 +0000 (22:05 -0400)
Tweak the formatting of the descriptions of
various demos.

demos/gtk-demo/constraints2.c
demos/gtk-demo/cursors.c
demos/gtk-demo/flowbox.c
demos/gtk-demo/listview_clocks.c
demos/gtk-demo/listview_colors.c
demos/gtk-demo/listview_weather.c

index 0e2502505a20ede52d38b5a24814f4d749fc0944..01c898f24b22a16010b265822dee899a7e6c48d4 100644 (file)
@@ -1,7 +1,7 @@
 /* Constraints/Interactive
  *
- * Demonstrate how constraints can be updates during
- * user interaction.
+ * Demonstrate how constraints can be updates during user interaction.
+ * The vertical edge between the buttons can be dragged with the mouse.
  */
 
 #include <glib/gi18n.h>
index 875179ddcb01ff0ddf16a84028908780c62e386c..d1ea0314e5342c395b16916f3aba9f9d2bfd7186 100644 (file)
@@ -1,9 +1,8 @@
 /* Cursors
  *
- * Demonstrates a useful set of available cursors. The cursors shown here are the ones
- * defined by CSS, which we assume to be available.
- *
- * The example shows creating cursors by name or from an image, with or without a fallback.
+ * Demonstrates a useful set of available cursors. The cursors shown here are the
+ * ones defined by CSS, which we assume to be available. The example shows creating
+ * cursors by name or from an image, with or without a fallback.
  */
 
 #include <gtk/gtk.h>
index 760923af88f945034e14157ab069203a19beb82b..4536160681450fc274ba302e09c6976ae2f3139a 100644 (file)
@@ -1,9 +1,8 @@
 /* Flow Box
  *
  * GtkFlowBox allows flexible and responsive grids which reflow
- * as needed and support sorting and filtering.
- *
- * The children of a GtkFlowBox are regular widgets
+ * as needed and support sorting and filtering. The children of
+ * a GtkFlowBox are regular widgets
  *
  * The dataset used here has 665 colors.
  */
index ac020a7e341cf473e1ab90421d1209a1544504e5..fee60ebaf2962622fdba5f76c7fb010138902cf3 100644 (file)
@@ -3,10 +3,9 @@
  * This demo displays the time in different timezones.
  *
  * The goal is to show how to set up expressions that track changes
- * in objects and make them update widgets.
- *
- * For that, we create a GtkClock object that updates its time every
- * second and then use various ways to display that time.
+ * in objects and make them update widgets. For that, we create a
+ * GtkClock object that updates its time every second and then use
+ * various ways to display that time.
  *
  * Typically, this will be done using GtkBuilder .ui files with the
  * help of the <binding> tag, but this demo shows the code that runs
index 86132e34b65720a19db43eedd049b048e5e7e277..68ccd80e273b0dfa4d6dd9601a961008bae6405e 100644 (file)
@@ -6,7 +6,7 @@
  * and sort the data in various ways. The controls for
  * this are implemented using GtkDropDown.
  *
- * The dataset used here has 9283 items.
+ * The dataset used here has 9283 items.
  */
 
 #include <gtk/gtk.h>
index ed1ad24dfb00aeb3654fc41f0baa41fbf7c6d7c9..c373e436865dfe9721ca2b161aaaa32000293a3e 100644 (file)
@@ -11,7 +11,7 @@
  * A GtkNoSelectionModel is used to make sure no item in the list can be
  * selected. All other interactions with the items is still possible.
  *
- * The dataset used here has 70000 items.
+ * The dataset used here has 70000 items.
  */
 
 #include <gtk/gtk.h>